home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / mods_all.zip / RS232.2 < prev    next >
Text File  |  1992-09-15  |  1KB  |  26 lines

  1. RS232.2
  2. Other notes:
  3. -----------
  4. AT class computers have more IRQ lines than XT class computers.
  5. IRQ 2 has been said to be very important in an AT computer so you might
  6. want to avoid using this one until the very last.
  7.  
  8. What I have in my com board is that there are traces running to B24 and
  9. B25 but none to B4,B23,B22 and B21. This is standard for most com boards
  10. . I already had these IRQ lines used by the multifunction card of my
  11. XT, so on my com board, I taped over B24 and B25; set dip switches on
  12. com board for an address of 3e8; soldered a wire from B24 to B2;
  13. configured the msys.opt file for 3E8 IRQ4, tnctype... (0 for a KPC2)
  14. fired MSYS up and it ran!
  15.   The previous note on using debug to poke memory was not needed. I'm
  16. sure this setup will work with phone modem accesses and extra ports
  17. that you might want to add. Also, the cost of a com board is relatively
  18. cheap. Here in Victoria, they run $25 with 1 port of 2 installed.
  19.   The second com port (future com4) is socketed for an extra 8250
  20. 1488, and 1489 chip set. If you get the buffered 8250, you can run
  21. higher speed packet if the unbuffered 8250 boggs your system down.
  22.   The theory behind this according to the technician is that a regular
  23. 8250 waits for 2 bytes before flagging an interrupt, while a buffered
  24. 8250 will wait for 16 bytes before doing same, thus interrupting your
  25. processor less often - more efficient.
  26.     73 - Larry, VE7DIE @ VE7DIE.#vic.bc.ca